home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / frame_34 / DoAction.as
Text File  |  2008-04-25  |  689b  |  23 lines

  1. if(_root.submscore == true)
  2. {
  3.    scoretable.filename = "scores/drawinggamedx.sco";
  4.    scoretable.scoresize = 10;
  5.    scoretable.action = "INSERT";
  6.    scoretable.viewtype = "FLASH";
  7.    scoretable.winname = _root.pusher;
  8.    scoretable.winscore = _root.score;
  9.    System.security.allowDomain("eviludy.net");
  10.    scoretable.loadVariables(_root.xfile,"GET");
  11. }
  12. else
  13. {
  14.    scoretable.filename = "scores/drawinggamedx.sco";
  15.    scoretable.scoresize = 10;
  16.    scoretable.action = "INSERT";
  17.    scoretable.viewtype = "FLASH";
  18.    scoretable.winname = "None";
  19.    scoretable.winscore = 0;
  20.    System.security.allowDomain("eviludy.net");
  21.    scoretable.loadVariables(_root.xfile,"GET");
  22. }
  23.